home *** CD-ROM | disk | FTP | other *** search
- global gVR.ObjectFilename
-
- on mouseUp
- if the machineType = 256 then
- set tFileObject to FileIO(mnew, "?read", "MOV")
- else
- set tFileObject to FileIO(mnew, "?read", "MooV")
- end if
- if objectp(tFileObject) then
- set tFileName to tFileObject(mFileName)
- tFileObject(mdispose)
- set gVR.ObjectFilename to string(tFileName)
- end if
- end
-